home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / PrecompH / Sources / FWHeader.cpp
Encoding:
C/C++ Source or Header  |  1994-04-21  |  2.4 KB  |  194 lines  |  [TEXT/MPS ]

  1. #ifndef _XMPTYPES_
  2. #include "XMPTypes.h"
  3. #endif
  4.  
  5. #ifndef _ERRORDEF_
  6. #include "ErrorDef.h"
  7. #endif
  8.  
  9. #ifndef _PLFMDEF_
  10. #include "PlfmDef.h"
  11. #endif
  12.  
  13. #ifndef _EXCEPT_
  14. #include "Except.h"
  15. #endif
  16.  
  17. #ifndef _STDDEFS_
  18. #include "StdDefs.h"
  19. #endif
  20.  
  21. #if 0
  22. #ifndef _ARBITRAT_
  23. #include <Arbitrat.h>
  24. #endif
  25.  
  26. #ifndef _BASESESS_
  27. #include <BaseSess.h>
  28. #endif
  29.  
  30. #ifndef _CANVAS_
  31. #include <Canvas.h>
  32. #endif
  33.  
  34. #ifndef _CLIPBD_
  35. #include <Clipbd.h>
  36. #endif
  37.  
  38. #ifndef _CMDDEFS_
  39. #include <CmdDefs.h>
  40. #endif
  41.  
  42.  
  43. #ifndef _DGITMITR_
  44. #include <DgItmItr.h>
  45. #endif
  46.  
  47. #ifndef _DISPMOD_
  48. #include <DispMod.h>
  49. #endif
  50.  
  51. #ifndef _DISPTCH_
  52. #include <Disptch.h>
  53. #endif
  54.  
  55. #ifndef _DOCUMENT_
  56. #include <Document.h>
  57. #endif
  58.  
  59. #ifndef _DRAFT_
  60. #include <Draft.h>
  61. #endif
  62.  
  63.  
  64. #ifndef _DRAGDROP_
  65. #include <DragDrop.h>
  66. #endif
  67.  
  68. #ifndef _ERRORDEF_
  69. #include <ErrorDef.h>
  70. #endif
  71.  
  72. #ifndef _EXCEPT_
  73. #include <Except.h>
  74. #endif
  75.  
  76. #ifndef _EXPTDEFS_
  77. #include <ExptDefs.h>
  78. #endif
  79.  
  80. #ifndef _EXTENSN_
  81. #include <Extensn.h>
  82. #endif
  83.  
  84.  
  85. #ifndef _FACET_
  86. #include <Facet.h>
  87. #endif
  88.  
  89. #ifndef _FOCI_
  90. #include <Foci.h>
  91. #endif
  92.  
  93. #ifndef _FOCUSITR_
  94. #include <FocusItr.h>
  95. #endif
  96.  
  97. #ifndef _FOCUSMOD_
  98. #include <FocusMod.h>
  99. #endif
  100.  
  101. #ifndef _FOCUSOWN_
  102. #include <FocusOwn.h>
  103. #endif
  104.  
  105. #ifndef _FOCUSSET_
  106. #include <FocusSet.h>
  107. #endif
  108.  
  109.  
  110. #ifndef _FRAME_
  111. #include <Frame.h>
  112. #endif
  113.  
  114. #ifndef _INFO_
  115. #include <Info.h>
  116. #endif
  117.  
  118. #ifndef _LINK_
  119. #include <Link.h>
  120. #endif
  121.  
  122. #ifndef _LINKDLGS_
  123. #include <LinkDlgs.h>
  124. #endif
  125.  
  126. #ifndef _LINKMGR_
  127. #include <LinkMgr.h>
  128. #endif
  129.  
  130. #ifndef _LINKSPEC_
  131. #include <LinkSpec.h>
  132. #endif
  133.  
  134. #ifndef _LINKSRC_
  135. #include <LinkSrc.h>
  136. #endif
  137.  
  138. #ifndef _MENUBAR_
  139. #include <MenuBar.h>
  140. #endif
  141.  
  142. #ifndef _MSSGINTF_
  143. #include <MssgIntf.h>
  144. #endif
  145.  
  146. #ifndef _NAMRSLVR_
  147. //#include <NamRslvr.h>
  148. #endif
  149.  
  150. #ifndef _NAMSPACE_
  151. //#include <NamSpace.h>
  152. #endif
  153.  
  154. #ifndef _NMSPCITR_
  155. //#include <NmSpcItr.h>
  156. #endif
  157.  
  158. #ifndef _NMSPCMGR_
  159. //#include <NmSpcMgr.h>
  160. #endif
  161.  
  162.  
  163. #include <Part.h>
  164. #include <PfTSItr.h>
  165. #include <PfTypSt.h>
  166. #include <PlfmDef.h>
  167. #include <PlfmType.h>
  168. #include <Polygon.h>
  169. #include <PstObj.h>
  170. #include <QDFix.h>
  171. #include <RefCtObj.h>
  172. #include <SemtIntf.h>
  173. #include <Shape.h>
  174. #include <StdDefs.h>
  175. #include <StdProps.h>
  176. #include <StdTypes.h>
  177. #include <Storage.h>
  178. #include <StorageU.h>
  179. #include <SUCursor.h>
  180. #include <SURefItr.h>
  181. #include <SUView.h>
  182. #include <Translat.h>
  183. #include <Trnsform.h>
  184. #include <TypeSet.h>
  185. #include <TypStItr.h>
  186. #include <Undo.h>
  187. #include <Window.h>
  188. #include <WinIter.h>
  189. #include <WinStat.h>
  190. #include <XMPCtr.h>
  191. #include <XMPObj.h>
  192. #include <XMPSessn.h>
  193. #endif
  194.